-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DM-44261: Add support for parsing IVOA POS string #65
Conversation
4407aa7
to
2ea6e06
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, few minor questions/comments.
7186b1c
to
9efc77d
Compare
I have added |
@andy-slac I changed enough that it's probably worth a quick once over again. Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, a couple of minor comments.
After discussion on IVOA Slack with James Dempsey he clarified that +Inf means 360 and -Inf means 0.
@gpdf here is a quick implementation for parsing IVOA POS strings.
continueClass
code fromlsst.utils
since I'm not sure we want to add utils as a dependency.__init__.py
since the package is a bit oddly designed in terms of the code all coming from C++.cc/ @TallJimbo
Checklist
doc/changes